home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softdisk for Windows 42
/
Softdisk for Windows 42.iso
/
QUARRY
/
QUARRY.EXE
/
QUARRY.dxr
/
00230.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-01
|
296 b
|
16 lines
on exitFrame
global dct
set dct to dct + 1
if (dct > 0) and (dct < 25) then
set the castNum of sprite 48 to cast "who1"
end if
if dct > 25 then
set the castNum of sprite 48 to cast "who2"
end if
updateStage()
if dct > 50 then
set dct to 0
end if
go(the frame)
end